.ac-card{
    background:#fff;
    border-radius:12px;
    padding:25px;
    text-align:center;
    margin-bottom:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
}

.ac-card:hover{
    transform:translateY(-8px);
} 

.ac-card h3{
    font-size:28px; /* título MultiSplit */
}

.ac-card p{
    font-size:16px; /* texto 2 a 5 divisões */
}

.ac-card a{
    font-size:10px; /* links PDF */
}

.ac-card img{
    max-width:100%;
    transition:.4s;
}

.ac-card:hover img{
    transform:scale(1.10);
}

.tech-box{
    background:#fff;
    text-align:center;
    font-size: 5px !important;
    padding:30px;
    margin-bottom:20px;
    border-radius:10px;
}

.tech-box i{
    font-size:42px;
    margin-bottom:15px;
}

.gallery img{
    width:100%;
    margin-bottom:25px;
    border-radius:10px;
    transition:.4s;
}

.gallery img:hover{
    transform:scale(1.05);
}

.ac-hero{
    padding:80px 0;
    background:#f5f7fa;
}

.ac-hero h1{
    font-size:25px;
    font-weight:700;
    margin-bottom:20px;
}